Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test increase build size #480

Merged
merged 1 commit into from
Nov 11, 2024
Merged

test increase build size #480

merged 1 commit into from
Nov 11, 2024

Conversation

samlhuillier
Copy link
Collaborator

No description provided.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

Adds NODE_OPTIONS environment variable to increase Node.js heap memory limit to 8GB for both macOS and non-macOS builds to prevent out-of-memory errors during build process.

  • Added NODE_OPTIONS="--max-old-space-size=8192" in .github/workflows/build.yml for macOS builds
  • Added same memory configuration for non-macOS builds to maintain consistency
  • Memory increase is safely configured within GitHub Actions runner limits
  • No security implications as memory limit only affects build environment

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

@samlhuillier samlhuillier merged commit e09a86b into main Nov 11, 2024
10 checks passed
@samlhuillier samlhuillier deleted the fixing-build branch November 11, 2024 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant